Crate fmi_sys

source ·
Expand description

§fmi-sys

github crates.io docs.rs build status

Raw Rust bindings to FMI 2.0 and 3.0, generated by bindgen. This crate is part of rust-fmi.

A C compiler such as gcc or clang is required at build-time.

See http://www.fmi-standard.org

§License

Licensed under either of

  • Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  • MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

§Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

§Feature flags

  • fmi2 (enabled by default) — Enable support for FMI 2.0
  • fmi3 (enabled by default) — Enable support for FMI 3.0

Modules§